home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / forms / ds5000.md / RCS / proto.s,v < prev   
Encoding:
Text File  |  1991-11-08  |  1.1 KB  |  62 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     91.11.08.14.40.34;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.11.08.14.29.59;  author kupfer;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Prototype for DECstation assembly language source file.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Misspelled asciiz.
  28. @
  29. text
  30. @/*
  31.  * module.s --
  32.  *
  33.  *    Description.
  34.  *
  35.  * Copyright 1991 Regents of the University of California
  36.  * Permission to use, copy, modify, and distribute this
  37.  * software and its documentation for any purpose and without
  38.  * fee is hereby granted, provided that the above copyright
  39.  * notice appear in all copies.  The University of California
  40.  * makes no representations about the suitability of this
  41.  * software for any purpose.  It is provided "as is" without
  42.  * express or implied warranty.
  43.  */
  44.  
  45.     .data
  46.     .asciiz "$Header: /sprite/lib/forms/ds3100.md/RCS/proto.s,v 1.1 91/11/08 14:29:59 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)"
  47.     .text
  48.     .set    reorder
  49.  
  50. @
  51.  
  52.  
  53. 1.1
  54. log
  55. @Initial revision
  56. @
  57. text
  58. @d17 1
  59. a17 1
  60.     .asciz "$Header: /sprite/lib/forms/sun3.md/RCS/proto.s,v 1.3 91/01/09 20:57:30 kupfer Exp $ SPRITE (Berkeley)"
  61. @
  62.